|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectraar.gui.tools.RAGDockReceiver
Can dock and undock RAGInternalFrame objects.
| Constructor Summary | |
RAGDockReceiver()
|
|
| Method Summary | |
void |
dock(RAGInternalFrame f)
Dock a window. |
boolean |
docked(RAGInternalFrame f)
Is a window docked? |
abstract javax.swing.JPanel |
getDockArea()
Get the entire dock area; it hides when there are no docked frames. |
abstract javax.swing.JPanel |
getDockPanel()
Get the dock panel. |
void |
undock(RAGInternalFrame f)
Undock a window. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RAGDockReceiver()
| Method Detail |
public abstract javax.swing.JPanel getDockPanel()
public abstract javax.swing.JPanel getDockArea()
public void dock(RAGInternalFrame f)
public void undock(RAGInternalFrame f)
public boolean docked(RAGInternalFrame f)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||